home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-22 | 1.7 KB | 58 lines | [TEXT/ttxt] |
-
-
-
- How to use Stand Alone version of PCBASIC
-
- 2/22/92
-
-
- These are very abreviated instructions for using the shareware version
- of PCBASIC. Refer to the PCBASIC Manual for more detailed information.
-
-
- REQUIREMENTS
-
- You need an editor capable of creating "TEXT" type files. TeachText
- and most word processors have this option.
-
- This version can compile under System 7 or System 6 of the
- Macintosh operating system.
-
-
- INSTALLATION
-
- 1) Copy the entire folder, "PCBASIC Stand alone version",
- to a convenient spot on your disk. The "PCBASIC Runtime"
- folder must remain in the same folder as the compiler.
-
- 2) Set the Macintosh to 24-bit mode with Virtual Memory off
- when you compile or run the compiled BASIC programs.
- (If "32-bit clean" programs are needed, you can use
- the MPW version of PCBASIC on this same disk)
-
- COMPILING "PCBASICDemo"
-
- 1) Double click the "PCBASIC" compiler icon.
-
- 2) Read the startup dialog box and click.
-
- 3) Set the file names by pushing each of the four file buttons
- and choosing or naming a file. The files should be:
-
- Kind Name
-
- Source PCBASICDemo.b
- Resource PCBASICDemo.r
- Listing PCBASICDemoLst
- Object PCBASICDemo
-
- 4) Set the output to "Program", the Signature to "DEMO" and
- be sure the "Line Labels" box is checked.
-
- 5) Click "Compile". PCBASIC will compile and link the program.
-
- 6) Double click "PCBASICDemo" to run the program. You can
- also start the program by double clicking the "Mail List"
- file the PCBASICDemo creates.
-
-